- execution interrupt
- Вычислительная техника: прерывание выполнения
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Interrupt handler — An interrupt handler, also known as an interrupt service routine (ISR), is a callback subroutine in an operating system or device driver whose execution is triggered by the reception of an interrupt. Interrupt handlers have a multitude of… … Wikipedia
Interrupt — This article is about computer interrupts. For the study of the effect of disruptions on job performance, see Interruption science. In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in… … Wikipedia
Interrupt latency — In Realtime Operating Systems, Interrupt latency is the time between the generation of an interrupt by a device and the servicing of the device which generated the interrupt. For many operating systems, devices are serviced as soon as the device… … Wikipedia
Interrupt vector — An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector table or dispatch table . Interrupt vector tables contain the memory addresses of interrupt handlers. When an interrupt is… … Wikipedia
Interrupt Request — Interruption matérielle On nomme IRQ (de l anglais Interrupt Request, en français: demande d interruption) une interruption qui est déclenchée par une ligne d entrée sortie matérielle d un microprocesseur ou d un microcontrôleur. Les… … Wikipédia en Français
Interrupt priority level — The interrupt priority level (IPL) is a part of the current system interrupt state, which indicates the interrupt requests that will currently be accepted. The IPL may be indicated in hardware by the registers in a Programmable Interrupt… … Wikipedia
interrupt — interruptedly, adv. interruptedness, n. interruptible, adj. interruptive, adj. v. /in teuh rupt /; n. /in teuh rupt /, v.t. 1. to cause or make a break in the continuity or uniformity of (a course, process, condition, etc.) … Universalium
Interrupt Descriptor Table — L IDT ou Interrupt Descriptor Table est un tableau de données situé dans la mémoire d un ordinateur d architecture x86, et permettant au microprocesseur de gérer les interruptions. Il s agit d un tableau comportant au maximum 256 descripteurs de… … Wikipédia en Français
interrupt — in•ter•rupt v. [[t]ˌɪn təˈrʌpt[/t]] n. [[t]ˈɪn təˌrʌpt[/t]] v. t. 1) to cause or make a break in the continuity or uniformity of (a course, process, condition, etc.) 2) to break off or cause to cease, as in the middle of something: He interrupted … From formal English to slang
interrupt — I. verb Etymology: Middle English, from Latin interruptus, past participle of interrumpere, from inter + rumpere to break more at reave Date: 15th century transitive verb 1. to stop or hinder by breaking in < interrupted the speaker with frequent … New Collegiate Dictionary
Inter-processor interrupt — An inter processor interrupt (IPI) is a special type of interrupt by which one processor may interrupt another processor in a multiprocessor system. IPIs are typically used to implement a cache coherency synchronization point.In a Windows based… … Wikipedia